FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package Basisprofil.Tiplu.DE.R4#1.1.3 (47 ms)

Package Basisprofil.Tiplu.DE.R4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=Basisprofil.Tiplu.DE.R4@1.1.3&canonical=https://tiplu.de/fhir/StructureDefinition/TipluPatient
Url https://tiplu.de/fhir/StructureDefinition/TipluPatient
Version 1.1.0
Status active
Date 2023-01-13
Name TipluPatient
Title TipluPatient
Experimental False
Description Die Grundlage des TipluPatient bietet das Profil des [ISiKPatient](https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKPatient) der Gematik. Hier erweitert um die Geburtszeit, den Geburtsort und die Nationalität.
Copyright Tiplu GmbH
Type Patient
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
http://fhir.de/CodeSystem/supplement-iso-3166 CodeSystem Supplement ISO 3166


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "TipluPatient",
  "url" : "https://tiplu.de/fhir/StructureDefinition/TipluPatient",
  "version" : "1.1.0",
  "name" : "TipluPatient",
  "title" : "TipluPatient",
  "status" : "active",
  "date" : "2023-01-13",
  "publisher" : "Tiplu GmbH",
  "contact" : [
    {
      "name" : "Tiplu GmbH",
      "telecom" : [
        {
          "system" : "email",
          "value" : "fhir@tiplu.de"
        }
      ]
    }
  ],
  "description" : "Die Grundlage des TipluPatient bietet das Profil des [ISiKPatient](https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKPatient) der Gematik. Hier erweitert um die Geburtszeit, den Geburtsort und die Nationalität.",
  "copyright" : "Tiplu GmbH",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "loinc",
      "uri" : "http://loinc.org",
      "name" : "LOINC code for the element"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Patient",
  "baseDefinition" : "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKPatient",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Patient.extension",
        "path" : "Patient.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        }
      },
      {
        "id" : "Patient.extension:Geburtsort",
        "path" : "Patient.extension",
        "sliceName" : "Geburtsort",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"
            ]
          }
        ]
      },
      {
        "id" : "Patient.extension:Geburtsort.valueAddress",
        "path" : "Patient.extension.valueAddress",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Patient.extension:Geburtsort.valueAddress.city",
        "path" : "Patient.extension.valueAddress.city",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Patient.extension:Geburtsort.valueAddress.postalCode",
        "path" : "Patient.extension.valueAddress.postalCode",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Patient.extension:Geburtsort.valueAddress.country",
        "path" : "Patient.extension.valueAddress.country",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Patient.extension:Nationalitaet",
        "path" : "Patient.extension",
        "sliceName" : "Nationalitaet",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/patient-nationality"
            ]
          }
        ]
      },
      {
        "id" : "Patient.extension:Nationalitaet.extension:code",
        "path" : "Patient.extension.extension",
        "sliceName" : "code",
        "mustSupport" : true
      },
      {
        "id" : "Patient.extension:Nationalitaet.extension:code.valueCodeableConcept",
        "path" : "Patient.extension.extension.valueCodeableConcept",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://fhir.de/CodeSystem/supplement-iso-3166"
        }
      },
      {
        "id" : "Patient.birthDate.extension:Geburtszeit",
        "path" : "Patient.birthDate.extension",
        "sliceName" : "Geburtszeit",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/patient-birthTime"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.